-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Бабушкина Анастасия #22
base: master
Are you sure you want to change the base?
Conversation
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍅 Не пройден линтинг или базовые тесты |
🍏 Пройден линтинг и базовые тесты |
Футер нечестно прибит. У меня появляется скролл, если удалить котиков, а футер только если проскроллить вниз. Надо без скролла при маленьком контенте |
</head> | ||
<body> | ||
<h1>Бабуленькины котятки</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<header>
?
</section> | ||
</div> | ||
<div class="rating"> | ||
<h2>РЕЙТИНГ</h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Можно не писать капсом в html, а в css задать text-transform: uppercase;
<input type="checkbox" id="rating_input"> | ||
<div class="position second"> | ||
<p>Абиссинская</p> | ||
<div class="count c9"></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Плохо, что появляются пустые элементы в html. Можно попробовать сделать то же самое с помощью :before
|
||
.type_selectors | ||
{ | ||
display: flex; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
В этом меню можно и не использовать флекс. Если его убрать, ничего не поменяется
padding-top: 20px; | ||
padding-left: 16px; | ||
border-bottom: 1px solid #d3d3d3; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
лишняя пустая строка
|
||
.count | ||
{ | ||
display: flex; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Тут тоже flex не нужен
|
||
label[id='rating_label'] | ||
{ | ||
display: flex; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
И здесь не нужен flex. Не нужно усложнять css, расположить текст по центру и без флексов легко )
🍅 Есть версточные баги, и не везде совпадает с макетом. Жду правок |
Посмотреть решение